home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineSprite_598 / frame_242 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  181 b   |  17 lines

  1. if(_root.bledy == 0)
  2. {
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("koniec");
  6.       play();
  7.    }
  8. }
  9. else
  10. {
  11.    tellTarget("/")
  12.    {
  13.       play();
  14.    }
  15. }
  16. gotoAndStop(1);
  17.